Welcome![Sign In][Sign Up]
Location:
Search - VB SetWindowsHookEx

Search list

[Hook apivbkeyHook

Description: 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。-SetWindowsHookEx use of the procedure, shielding the keyboard keys (including the system keys). If you only wish to shield a button, please change the code below.
Platform: | Size: 49152 | Author: 张龙 | Hits:

[Button controlVB111

Description: 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & ":" & kk.scanCode & ":" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif wParam 的按键值可以在程序运行中测试中找到。-SetWindowsHookEx use of the procedure, shielding the keyboard keys (including the system keys). If you only wish to shield a button, please change the code below. Form1.Text1 wParam = = kk.vkCode Form1.Label1
Platform: | Size: 49152 | Author: 刘郑 | Hits:

[Game Hook CrackVBHOOK

Description: VB钩子.用SetWindowsHookEx注册钩子. 实现了记录用户键盘输入。-VB hook. Registered with the SetWindowsHookEx hook. Achieved a record of the user keyboard input.
Platform: | Size: 2048 | Author: 莫晓辉 | Hits:

CodeBus www.codebus.net